Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add tests for eslint-plugin-import-x #37

Merged
merged 38 commits into from
Nov 28, 2024
Merged

test: add tests for eslint-plugin-import-x #37

merged 38 commits into from
Nov 28, 2024

Conversation

9romise
Copy link
Owner

@9romise 9romise commented Nov 24, 2024

Close #36

Below is a list of rules that require testing. All cases are from eslint-plugin-import-x where the import-x/resolver is set.

  • default
  • export
  • extensions
  • first
  • named
  • namespace
  • no-cycle
  • no-default-export
  • no-deprecated
  • no-duplicates
  • no-extraneous-dependencies
  • no-internal-modules
  • no-named-as-default
  • no-rename-default
  • no-restricted-paths
  • no-unresolved
  • order
  • prefer-default-export

@9romise 9romise changed the title Test test: add test for eslint-plugin-import-x Nov 24, 2024
@9romise 9romise changed the title test: add test for eslint-plugin-import-x test: add tests for eslint-plugin-import-x Nov 24, 2024
@9romise 9romise merged commit 6da2e5b into main Nov 28, 2024
7 checks passed
@9romise 9romise deleted the test branch November 28, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unit and integration tests for eslint-plugin-import-x
1 participant